Contribution org.nuxeo.ecm.platform.comment.service.default.graph--graphs
In component org.nuxeo.ecm.platform.comment.service.default.graph
org.nuxeo.ecm.platform.comment.service.default.graph
inside nuxeo-platform-comment-core-5.8.jar
This contribution is part of XML component Extension Point
Extension point graphs of component RelationService.Contributed Items
XML Source
<extension point="graphs" target="org.nuxeo.ecm.platform.relations.services.RelationService">
<graph name="documentComments" type="core">
<option name="doctype">CommentRelation</option>
<namespaces>
<namespace name="comment">http://www.nuxeo.org/comments/uid</namespace>
<namespace name="isCommentFor">
http://www.nuxeo.org/predicates/isCommentFor
</namespace>
<namespace name="document">http://www.nuxeo.org/document/uid</namespace>
</namespaces>
</graph>
</extension>